home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 1).iso / disc1 / misc / phnlist.exe / PHONE.MDB / Locations.json < prev   
Encoding:
JavaScript Object Notation  |  1993-09-06  |  700 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (50)",
  4.         "Address1": "Text (35)",
  5.         "Address2": "Text (35)",
  6.         "Address3": "Text (35)",
  7.         "City": "Text (30)",
  8.         "State": "Text (25)",
  9.         "Zip": "Text (10)",
  10.         "Country": "Text (25)",
  11.         "Phone1": "Text (20)",
  12.         "Phone2": "Text (20)",
  13.         "Phone3": "Text (20)",
  14.         "Phone4": "Text (20)",
  15.         "Phone5": "Text (20)",
  16.         "Fax1": "Text (20)",
  17.         "Fax2": "Text (20)",
  18.         "Fax3": "Text (20)",
  19.         "Fax4": "Text (20)",
  20.         "Fax5": "Text (20)",
  21.         "Comments": "Text (100)",
  22.         "LocationNo": "Integer"
  23.     },
  24.     "data": [
  25.         {
  26.             "Name": "PhoneList by Scott Davenport ",
  27.             "Address1": "S-289 Castle Point",
  28.             "City": "Hoboken",
  29.             "State": "NJ ",
  30.             "Zip": "07030",
  31.             "Country": "USA",
  32.             "Phone1": "555-5555",
  33.             "Fax1": "no fax",
  34.             "Comments": "Send $15 (US dollars) to address above to register PhoneList v1.0.",
  35.             "LocationNo": 1
  36.         }
  37.     ]
  38. }